From 937719210228ab653992985c31fa32107fe1c5b8 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 14 Oct 2020 11:57:06 +0100 Subject: [PATCH] Correctly annotate gdk_wayland_seat_get_wl_seat() We expect a `GdkWaylandSeat` as the instance parameter. --- gdk/wayland/gdkdevice-wayland.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c index 1fb60eadf8..cd77fa75f2 100644 --- a/gdk/wayland/gdkdevice-wayland.c +++ b/gdk/wayland/gdkdevice-wayland.c @@ -5013,11 +5013,11 @@ gdk_wayland_device_set_selection (GdkDevice *gdk_device, /** * gdk_wayland_seat_get_wl_seat: (skip) - * @seat: a #GdkSeat + * @seat: (type GdkWaylandSeat): a #GdkSeat * - * Returns the Wayland wl_seat of a #GdkSeat. + * Returns the Wayland `wl_seat` of a #GdkSeat. * - * Returns: (transfer none): a Wayland wl_seat + * Returns: (transfer none): a Wayland `wl_seat` */ struct wl_seat * gdk_wayland_seat_get_wl_seat (GdkSeat *seat) -- 2.30.2